Skip to content

build(deps): bump org.jetbrains.compose from 1.7.3 to 1.8.2#149

Closed
dependabot[bot] wants to merge 1 commit into
v1-wipfrom
dependabot/gradle/org.jetbrains.compose-1.8.2
Closed

build(deps): bump org.jetbrains.compose from 1.7.3 to 1.8.2#149
dependabot[bot] wants to merge 1 commit into
v1-wipfrom
dependabot/gradle/org.jetbrains.compose-1.8.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 23, 2025

Bumps org.jetbrains.compose from 1.7.3 to 1.8.2.

Release notes

Sourced from org.jetbrains.compose's releases.

1.8.2

Changes since 1.8.1

Fixes

Multiple Platforms

  • Fixed TextField(TextFieldValue) when used with a visual transformation with a non-identity offset mapping (potentially even crashing) #2130

  • Fixed a memory leak and performance degradation when ComposeUiFlags.isRectTrackingEnabled set to true (by default) #2123

  • Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks #2155

  • Support Preview parameters for Previews in common source sets in IJ and AS. Note: IDEs also need to implement support on their end. Please check the respective IDE release notes to confirm this is supported #5323

    Example usage:

    import androidx.compose.runtime.Composable
    import org.jetbrains.compose.ui.tooling.preview.Preview
    import org.jetbrains.compose.ui.tooling.preview.PreviewParameter
    import org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvider
    

    class MyPreviewParameterProvider : PreviewParameterProvider<String> { override val values = sequenceOf("Hello, Compose!", "Hello, World!") }

    /**

Desktop

  • Fix the positioning of the IME popup being too far away from the text, on screens with density greater than 1.0 #2158

Navigation

  • Fix the browser navigation integration problem due encoded routes #2143
  • Fix a crash on iOS when a NavHost is located in a scrollable container #2146

Dependencies

... (truncated)

Changelog

Sourced from org.jetbrains.compose's changelog.

1.8.2 (June 2025)

Changes since 1.8.1

Fixes

Multiple Platforms

  • Fixed TextField(TextFieldValue) when used with a visual transformation with a non-identity offset mapping (potentially even crashing) #2130

  • Fixed a memory leak and performance degradation when ComposeUiFlags.isRectTrackingEnabled set to true (by default) #2123

  • Fixed caret placement near glyphs if glyphs are compound symbols and part of them are non-spacing marks #2155

  • Support Preview parameters for Previews in common source sets in IJ and AS. Note: IDEs also need to implement support on their end. Please check the respective IDE release notes to confirm this is supported #5323

    Example usage:

    import androidx.compose.runtime.Composable
    import org.jetbrains.compose.ui.tooling.preview.Preview
    import org.jetbrains.compose.ui.tooling.preview.PreviewParameter
    import org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvider
    

    class MyPreviewParameterProvider : PreviewParameterProvider<String> { override val values = sequenceOf("Hello, Compose!", "Hello, World!") }

    /**

Desktop

  • Fix the positioning of the IME popup being too far away from the text, on screens with density greater than 1.0 #2158

Navigation

  • Fix the browser navigation integration problem due encoded routes #2143
  • Fix a crash on iOS when a NavHost is located in a scrollable container #2146

Dependencies

  • Gradle Plugin org.jetbrains.compose, version 1.8.2. Based on Jetpack Compose libraries:

... (truncated)

Commits
  • a149d0f [Cherry-pick] Update the repo url for kotlin react wrappers (#5328) (#5333)
  • f31f781 git checkout origin/master -- tools/changelog/changelog.main.kts
  • 7f2e74d Update the repo url for kotlin react wrappers (#5328)
  • 03fe09d KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...
  • a9f2589 KMT-879: Make `org.jetbrains.compose.ui.tooling.preview.PreviewParameterProvi...
  • afe6a5b [Cherry-pick] Bundle kotlinx serialization ProGuard rules into the Compose pl...
  • 8ba7ac7 Fix code generation for the customized Res class name. (#5311)
  • 7eca24b Refactor test for disabling multi-module resources (#5310)
  • 15b42b3 Gradle Plugin DSL to change the generated Res class name (#5296)
  • e6b29f8 Refactor resource accessors generator to minify output source files. (#5298)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2025
Bumps [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) from 1.7.3 to 1.8.2.
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.7.3...v1.8.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added java Pull requests that update java code dependencies Pull requests that update a dependency file labels Jun 23, 2025
@dependabot dependabot Bot changed the base branch from master to v1-wip September 15, 2025 14:04
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 22, 2025

Superseded by #222.

@dependabot dependabot Bot closed this Sep 22, 2025
@dependabot dependabot Bot deleted the dependabot/gradle/org.jetbrains.compose-1.8.2 branch September 22, 2025 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants